ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / OnClientLostFocus Property

In This Topic
    OnClientLostFocus Property (TransposedGrid<T>)
    In This Topic
    Occurs when the control loses the focus.
    Syntax
    'Declaration
     
    Public Property OnClientLostFocus As String
    public string OnClientLostFocus {get; set;}
    See Also